reset
set encoding utf8
set term svg size 600, 800             # qt, windows, wxt, svg, png, jpg etc. (qt erlaubt Export nach SVG und PNG)
                                       # Werden Zeichnungen von einem Terminal exportiert, so sind die Ergebnisse nicht
                                       # mit denen der standardspezifischen Terminals identisch.
set size 1, 1
set   autoscale                        # scale axes automatically
unset log                              # remove any log-scaling
unset label                            # remove any previous labels
unset arrow
set xtics auto                          # set xtics automatically
set ytics auto                          # set ytics automatically
#set x2tics auto
#set y2tics auto
set title "Dichteparameter (anteilsmäßig)" font ", 25"     # Titel der Zeichnung
set xlabel "Anteile an Gesamtdichte im LCMD-Modell" font ", 25"   # Bezeichnung x-Achse (waagerecht)
set ylabel "Log10 (Mrd. Jahre)" font ", 25"     # Bezeichnung y-Achse (senkrecht)
set tics font ", 19"  
set xrange [-0.01:1.01]
set x2range[-0.01:1.01]                  # set x-Achse, -1 bis +1 (q)
set yrange [-9:2]                       # set y-Achse (t-Achse, 0-42 Mrd. Jahre)
set y2range [-9:2]
set datafile fortran                   # damit auch FORTRAN-D- und -G-Formate interpretiert werden können. Es wird aber momentan kein Gebrauch davon gemacht.
set datafile separator comma
unset key
#set key top right
#set key top center
#set key box
#set key left bottom
#set key bmargin 
#set key off

#set border 7
unset border 
set border
#set ytics            #
#set ytics nomirror
set x2tics            #
set y2tics            #

set rmargin 7

set output "abbd-phys.svg"
unset arrow
set arrow from -0.01,1.13958590 to 1.01,1.13958590 nohead lw 2.0 lt rgb "orange10" 
set arrow from -0.01,-3.43047745 to 1.01,-3.43047745 nohead lw 2.0 lt rgb "cyan10" 
set arrow from -0.01,0.15719372 to 1.01,0.15719372 nohead lw 2.0 lt rgb "red10" 
set arrow from -0.01,0.60782073 to 1.01,0.60782073 nohead lw 2.0 lt rgb "green10" 
set arrow from  0.333,0.89 to 0.333,-1 nohead lw 2.0 lt rgb "violet10" dt 3 
set arrow from  0.666,0.89 to 0.666,-1 nohead lw 2.0 lt rgb "violet10" dt 3 
set arrow from -0.01,0.88610564 to 1.01,0.88610564 nohead lw 2.0 lt rgb "dark-violet"
set arrow from -0.01,-4.2970248 to 1.01,-4.2970248 nohead lw 2.0 dt 2 lt rgb "blue"
set arrow from -0.01,1.0126037 to 1.01,1.0126037 nohead lw 2.0 dt 2 lt rgb "dark-red"
set label "Materie" at 0.15,-7.5 font ",20" textcolor rgb "black" rotate by 45
set label "Strahlung" at 0.6,-6 font ",20" textcolor rgb "blue" rotate by 300
set label "Dunkle Energie" at 0.6,-2 font ",20" textcolor rgb "dark-red" rotate by 0
set label "2/3" at 0.64,-1.33 font ",20" textcolor rgb "dark-violet" rotate by 0
set label "1/3" at 0.30,-1.33 font ",20" textcolor rgb "dark-violet" rotate by 0
plot "Dichten.txt"  using 4:3 with lines lw 2.0 lt rgb "black",\
     "Dichten.txt"  using 5:3 with lines lw 2.0 lt rgb "blue",\
     "Dichten.txt"  using 6:3 with lines lw 2.0 lt rgb "dark-red"

